fix: chart auto-migrate image, AppImage dmabuf, silent reply notice#2500
fix: chart auto-migrate image, AppImage dmabuf, silent reply notice#2500Chessing234 wants to merge 3 commits into
Conversation
Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Taksh <takshkothari09@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
|
Scoped to the #2459 part of this PR, against head 9331d35. Filed that issue; reviewed this against the failure observed there. The core wiring is sound: 1. Counting is gated on 2. The counter is consumed at turn end, but the echo arrives on an independent path. The reply's echo comes in over the ws subscription; turn completion comes over the pool result channel — nothing orders them. The CLI publishes via REST, so a ws drop at turn end doesn't stop the reply from landing in the channel, but the reconnect Smaller notes:
Regression coverage that would catch 1 and 2: an ingest-level test driving a mention turn to Ok with (a) echo delivered before completion → no notice, (b) echo delivered after completion → no notice (fails today), (c) |
Summary
appVersiontomainsoBUZZ_AUTO_MIGRATEworks out of the box (#2473)WEBKIT_DISABLE_DMABUF_RENDERER=1to avoid Intel Mesa / XWayland cores (#2338)#2459)Test plan
helm template/ chart render: image isghcr.io/block/buzz:mainwhen tag is emptybuzz messages sendto fail during a mention turn — channel gets a failure noticeFixes #2473
Fixes #2338
Fixes #2459
Made with Cursor